home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / texsis / DESCRIPTION < prev    next >
Text File  |  1992-08-03  |  5KB  |  105 lines

  1. TEXSIS(1)                                               3 August 1992
  2.  
  3.            TeXsis  -  TeX macros for Physicists
  4.  
  5.    TeXsis is a collection of TeX macros for typesetting physics
  6. documents such as papers and preprints, conference proceedings, books,
  7. theses, referee reports, letters, and memos. It has predefined layouts
  8. for all of these documents and supports a wide variety of type sizes.
  9. Texsis macros provide automatic numbering of equations, automatic
  10. numbering and formatting of references, double column formats, several
  11. special document layouts, and macros for making tables and figures,
  12. including tables with horizontal and verticl rules.
  13.  
  14.    TeXsis is an extension of "Plain" TeX, so anything you know how to do
  15. in plain TeX you can do in TeXsis.  TeXsis macro instructions are simply
  16. abbreviations for often used combinations of control sequences used to
  17. typeset physics documents.  For more information about Plain TeX see the
  18. manual entry for "tex", or The TeXbook, by D.E. Knuth.
  19.  
  20.    TeXsis can be stored as a pre-loaded format so that it loads quickly
  21. (see "preloaded formats" in The TeXbook ).  To run TeXsis simply give
  22. the command texsis in place of the tex command, i.e.
  23.  
  24.      texsis [ filename ]
  25.  
  26. where filename.tex is the name of a file containing TeX and/or TeXsis
  27. \controlsequences.
  28.  
  29.    TeXsis is initally in plain TeX mode, e.g. 10pt type and
  30. singlespaced, but the control word \texsis selects 12pt type,
  31. doublespaced, and enables other useful features.  Alternatively, \paper
  32. turns on these features and sets things up to typeset a paper, \thesis
  33. does the same for typesetting a thesis, etc...  \letter is used to
  34. produce a letter using the macros listed in the back of The TeXbook, and
  35. \memo gives a setup for producing memoranda.
  36.  
  37.    A manual which describes all of the TeXsis macro instructions is
  38. available.  It is written in TeXsis, so it serves as its own example of
  39. how to write a document with TeXsis.
  40.  
  41.    Installation instructions are included in this directory in the file
  42. Install.tex, which is written in Plain TeX.  See also the file INSTALL.
  43.  
  44.  
  45. SOURCE CODE
  46.  
  47.   The code is available in different forms depending upon the target
  48. machine.  The only difference is how the files are packed, the code is
  49. absolutely the same!
  50.  
  51. Unix   -  The files are in the form of shar bundles which have been
  52.           compressed with compress(1).  Once you have copied them
  53.           to your own machine give the command uncompress and then
  54.           run each bundle through sh.  Alternatively, there is a
  55.           shell script called unbundle which will do this for you.
  56.  
  57. VMS    -  The files are in the form of DCL .COM files which will unpack
  58.           themselves if you run them with the command @TEXSISxx.COM,
  59.           where xx is the bundle number.
  60.  
  61.  
  62. Each distribution has a file called MANIFEST in the first bundle which
  63. lists all of the files that should be in the current distribution and a
  64. summary of what they contain.  There is also a list below of the most
  65. important files.
  66.  
  67.   If you use TeXsis you may want to send a short mail message to
  68. texsis@lifshitz.ph.utexas.edu to be on the mailing list for any notices of
  69. updates or changes.
  70.  
  71.  
  72. FILES
  73.  
  74.    Install.tex              brief installation instructions, in PLAIN TeX.
  75.    texsis.tex               main source code.
  76.    Manual.tex               main file for the Manual
  77.    TXS*.tex                 TeXsis source code modules.
  78.    TXS*.doc                 TeXsis manual source (written in TeXsis).
  79.    TXSsite.tex              Local site customization instructions.
  80.    TXSpatch.tex             Run time patch file (like a system TeXsis.rc
  81.                             file).
  82.    TXSmods.tex              Run time init file (read from current directory
  83.                             or search path).
  84.    texsis.1                 Unix manual page for TeXsis.
  85.    Makefile                 Make instructions for texsis and the Manual in Unix
  86.    make.COM                 DCL command file to make texsis.fmt on Vax/VMS.
  87.    make.BAT                 Batch file to make texsis.fmt for IBM PC/TeX.
  88.    texsis.BAT               Batch file to run TeXsis on IBM PC/TeX.
  89.  
  90. AUTHORS
  91.  
  92.    Eric Myers 
  93.    Center for Relativity                myers@landau.ph.utexas.edu
  94.    Physics Department                   myers@UTAPHY.BITNET
  95.    University of Texas
  96.    Austin, TX 78712 USA 
  97.  
  98.    and
  99.  
  100.    Frank E. Paige
  101.    Physics Department                   paige@bnlcl2.bnl.gov
  102.    Brookhaven National Laboratory       paige@BNLCL1.BITNET
  103.    Upton, NY 11973  USA.
  104.  
  105.